STEP 10: Let's count the responses for the other letters. The most common choice will give us the quiz outcome.
- In , drag three more Get Count commands to the bottom of your program.
- Name each new variable based on which letter count it stores: b_num, c_num, or d_num.
- Change the list name in all of the commands to user_choices.
- Change each argument to one letter: "b", "c", and "d".
To navigate the page using the TAB key, first press ESC to exit the code editor.